home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global GArray, ContCol, ContLine, Foto1, Foto2, Foto3, Foto4
- set ContCol to 1
- set ContLine to 1
- end
-
- on exitFrame
- global GArray, ContCol, ContLine
- set the puppet of sprite 1 to 1
- set the puppet of sprite 2 to 1
- set the puppet of sprite 3 to 1
- set the puppet of sprite 4 to 1
- set the puppet of sprite 5 to 1
- set the puppet of sprite 6 to 1
- set the puppet of sprite 7 to 1
- set the puppet of sprite 8 to 1
- set the visible of sprite 1 to 0
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 0
- set the visible of sprite 4 to 0
- set the visible of sprite 5 to 0
- set the visible of sprite 6 to 0
- set the visible of sprite 7 to 0
- set the visible of sprite 8 to 0
- set Array1 to list(8, 4, 3, 5)
- set Array2 to list(1, 7, 8, 6)
- set Array3 to list(5, 3, 2, 7)
- set Array4 to list(1, 8, 4, 2)
- set Array5 to list(3, 7, 6, 5)
- set Array6 to list(2, 8, 1, 3)
- set Array7 to list(5, 4, 7, 1)
- set Array8 to list(6, 3, 5, 2)
- set Array9 to list(8, 4, 6, 7)
- set Array10 to list(3, 8, 1, 2)
- set Array11 to list(4, 5, 8, 3)
- set Array12 to list(1, 4, 2, 5)
- set Array13 to list(7, 6, 2, 1)
- set Array14 to list(5, 7, 6, 2)
- set Array15 to list(8, 4, 1, 3)
- set Array16 to list(5, 6, 7, 2)
- set GArray to list(Array1, Array2, Array3, Array4, Array5, Array6, Array7, Array8, Array9, Array10, Array11, Array12, Array13, Array14, Array15, Array16)
- end
-